3.178 \(\int \csc ^4(e+f x) (b \tan (e+f x))^n \, dx\)

Optimal. Leaf size=53 \[ -\frac {b^3 (b \tan (e+f x))^{n-3}}{f (3-n)}-\frac {b (b \tan (e+f x))^{n-1}}{f (1-n)} \]

[Out]

-b^3*(b*tan(f*x+e))^(-3+n)/f/(3-n)-b*(b*tan(f*x+e))^(-1+n)/f/(1-n)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {2591, 14} \[ -\frac {b^3 (b \tan (e+f x))^{n-3}}{f (3-n)}-\frac {b (b \tan (e+f x))^{n-1}}{f (1-n)} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^4*(b*Tan[e + f*x])^n,x]

[Out]

-((b^3*(b*Tan[e + f*x])^(-3 + n))/(f*(3 - n))) - (b*(b*Tan[e + f*x])^(-1 + n))/(f*(1 - n))

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2591

Int[sin[(e_.) + (f_.)*(x_)]^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> With[{ff = FreeFactors[Ta
n[e + f*x], x]}, Dist[(b*ff)/f, Subst[Int[(ff*x)^(m + n)/(b^2 + ff^2*x^2)^(m/2 + 1), x], x, (b*Tan[e + f*x])/f
f], x]] /; FreeQ[{b, e, f, n}, x] && IntegerQ[m/2]

Rubi steps

\begin {align*} \int \csc ^4(e+f x) (b \tan (e+f x))^n \, dx &=\frac {b \operatorname {Subst}\left (\int x^{-4+n} \left (b^2+x^2\right ) \, dx,x,b \tan (e+f x)\right )}{f}\\ &=\frac {b \operatorname {Subst}\left (\int \left (b^2 x^{-4+n}+x^{-2+n}\right ) \, dx,x,b \tan (e+f x)\right )}{f}\\ &=-\frac {b^3 (b \tan (e+f x))^{-3+n}}{f (3-n)}-\frac {b (b \tan (e+f x))^{-1+n}}{f (1-n)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.16, size = 46, normalized size = 0.87 \[ \frac {b \csc ^2(e+f x) (\cos (2 (e+f x))+n-2) (b \tan (e+f x))^{n-1}}{f (n-3) (n-1)} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^4*(b*Tan[e + f*x])^n,x]

[Out]

(b*(-2 + n + Cos[2*(e + f*x)])*Csc[e + f*x]^2*(b*Tan[e + f*x])^(-1 + n))/(f*(-3 + n)*(-1 + n))

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 86, normalized size = 1.62 \[ \frac {{\left (2 \, \cos \left (f x + e\right )^{3} + {\left (n - 3\right )} \cos \left (f x + e\right )\right )} \left (\frac {b \sin \left (f x + e\right )}{\cos \left (f x + e\right )}\right )^{n}}{{\left (f n^{2} - {\left (f n^{2} - 4 \, f n + 3 \, f\right )} \cos \left (f x + e\right )^{2} - 4 \, f n + 3 \, f\right )} \sin \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(b*tan(f*x+e))^n,x, algorithm="fricas")

[Out]

(2*cos(f*x + e)^3 + (n - 3)*cos(f*x + e))*(b*sin(f*x + e)/cos(f*x + e))^n/((f*n^2 - (f*n^2 - 4*f*n + 3*f)*cos(
f*x + e)^2 - 4*f*n + 3*f)*sin(f*x + e))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (b \tan \left (f x + e\right )\right )^{n} \csc \left (f x + e\right )^{4}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(b*tan(f*x+e))^n,x, algorithm="giac")

[Out]

integrate((b*tan(f*x + e))^n*csc(f*x + e)^4, x)

________________________________________________________________________________________

maple [C]  time = 1.48, size = 13019, normalized size = 245.64 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^4*(b*tan(f*x+e))^n,x)

[Out]

result too large to display

________________________________________________________________________________________

maxima [A]  time = 0.67, size = 55, normalized size = 1.04 \[ \frac {\frac {b^{n} \tan \left (f x + e\right )^{n}}{{\left (n - 1\right )} \tan \left (f x + e\right )} + \frac {b^{n} \tan \left (f x + e\right )^{n}}{{\left (n - 3\right )} \tan \left (f x + e\right )^{3}}}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^4*(b*tan(f*x+e))^n,x, algorithm="maxima")

[Out]

(b^n*tan(f*x + e)^n/((n - 1)*tan(f*x + e)) + b^n*tan(f*x + e)^n/((n - 3)*tan(f*x + e)^3))/f

________________________________________________________________________________________

mupad [B]  time = 3.74, size = 138, normalized size = 2.60 \[ -\frac {2\,{\left (-\frac {b\,\sin \left (2\,e+2\,f\,x\right )}{2\,{\sin \left (e+f\,x\right )}^2-2}\right )}^n\,\left (9\,\sin \left (2\,e+2\,f\,x\right )-6\,\sin \left (4\,e+4\,f\,x\right )+\sin \left (6\,e+6\,f\,x\right )-4\,n\,\sin \left (2\,e+2\,f\,x\right )+2\,n\,\sin \left (4\,e+4\,f\,x\right )\right )}{f\,\left (30\,{\sin \left (e+f\,x\right )}^2-12\,{\sin \left (2\,e+2\,f\,x\right )}^2+2\,{\sin \left (3\,e+3\,f\,x\right )}^2\right )\,\left (n^2-4\,n+3\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*tan(e + f*x))^n/sin(e + f*x)^4,x)

[Out]

-(2*(-(b*sin(2*e + 2*f*x))/(2*sin(e + f*x)^2 - 2))^n*(9*sin(2*e + 2*f*x) - 6*sin(4*e + 4*f*x) + sin(6*e + 6*f*
x) - 4*n*sin(2*e + 2*f*x) + 2*n*sin(4*e + 4*f*x)))/(f*(2*sin(3*e + 3*f*x)^2 - 12*sin(2*e + 2*f*x)^2 + 30*sin(e
 + f*x)^2)*(n^2 - 4*n + 3))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (b \tan {\left (e + f x \right )}\right )^{n} \csc ^{4}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**4*(b*tan(f*x+e))**n,x)

[Out]

Integral((b*tan(e + f*x))**n*csc(e + f*x)**4, x)

________________________________________________________________________________________